* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-family: serif;
    font-size: 17px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	overflow-x: hidden;
}
html::-webkit-scrollbar {
    display: none;
}
body {
	height: 100vh;
	width: 100vw;
	background-color: #F5F7FA;
}
header {
    display: block;
}
.menu {
    height: 20vh;
	width: 100%;
	background-color: #010d29;
}
.logo {
    width: auto;
    height: 20vh;
    align-items: center;
}
.navbar {
    position: relative;
    width: 100%;
    height: 20vh;
    padding: 0 2.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0.4704rem);
    box-shadow: 0 0.2352rem 1.18rem rgba(0,0,0,0.4);
    z-index: 999;
}
.navbar .nav-links {
    list-style: none;
    display: flex;
    gap: 1.47rem;
	z-index: 10;
	pointer-events: none;
}

.navbar .nav-links li a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.588rem 1.18rem;
	font-weight: bold;
	position: relative;
	transition: all 1s;
	pointer-events: auto;
	display: flex;
	justify-content: center;
    align-items: center;
}
.navbar .nav-links li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0;
	left: 0;
	transform: skewX(0deg);
	background-color: #D4A017;
	z-index: -1;
	transition: all 1s;
}
.navbar .nav-links li a:hover::before {
	width: 100%;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-list {
  display: none;
  z-index: 10;
  list-style: none;
  pointer-events: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: #0a1a3d;
}

.nav-dropdown:hover .nav-dropdown-list {
	display: grid;
}
.nav-dropdown:hover .nav-dropdown-list li a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.588rem 1.18rem;
	font-weight: bold;
	position: relative;
	transition: all 1s;
	pointer-events: auto;
	display: flex;
	justify-content: center;
    align-items: center;
}

.nav-dropdown:hover .nav-dropdown-list li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0;
	left: 0;
	transform: skewX(0deg);
	background-color: #D4A017;
	z-index: -1;
	transition: all 1s;
}

.nav-dropdown:hover .nav-dropdown-list li a:hover::before {
	width: 100%;
}

main {
	margin: 2.35rem 0;
	gap: 2.35rem;
	display: grid;
}
.container-1 {
	background-image: url('https://php-andrei13916.wasmer.app/Img/Header.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	height: 100vh;
}
.container-2 {
	display: flex;
    justify-content: center;
    align-items: center;
}
.person-card1 {
  width: 44.68rem;
  height: 21.16rem;
  background: #ffffff;
  box-shadow: 0 0.0588rem 1.47rem rgba(0,0,0,0.2);
  position: relative;
  padding: 0.71rem 0.588rem;
  display: flex;
  justify-content: center;
  gap: 1.47rem;
  align-items: center;
}

.card_info1 {
  display: grid;
  justify-content: center;
  align-items: center;
}


.card_img1 {
  width: 16.48rem;
  height: 16.48rem;
  position: relative;
  float: left;
  background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 
  40%, #e5e5e5 48%);
  border-radius: 50%;
  background-size: 200% 100%;
  background-position: 100% 0;
}

.card_title1 {
  width: 21.16rem;
  height: 2.35rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.16rem;
  background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 
  40%, #e5e5e5 48%);
  background-size: 200% 100%;
  background-position: 100% 0;
  font-weight: bold;
}

.card_descripion1 {
  width: 21.16rem;
  height: 11.04rem;
  position: relative;
  border-radius: 1.16rem;
  background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 
  40%, #e5e5e5 48%);
  margin-top: 2.35rem;
  padding: 0.588rem 0.588rem;
  background-size: 200% 100%;
  background-position: 100% 0;
  white-space: normal;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-wrap: anywhere;
}
footer {
    background-color: #010d29;
    color: #ffffff;
	display: flex;
	justify-content: space-between;
    align-items: center;  
	width: 100%;
	height: 20vh;
}
footer p {
	padding-left: 2rem;
}
.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social li {
  list-style: none;
}
.social li a {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  color: #404040;
  margin: 0 30px;
  transition: 0.5s;
}
.social li a span {
  position: absolute;
  transition: transform 0.5s;
}
.social li a span:nth-child(1),
.social li a span:nth-child(3) {
  width: 100%;
  height: 3px;
  background: #404040;
}
.social li a span:nth-child(1) {
  top: 0;
  left: 0;
  transform-origin: right;
}
.social li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.social li a span:nth-child(3) {
  bottom: 0;
  left: 0;
  transform-origin: left;
}
.social li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.social li a span:nth-child(2),
.social li a span:nth-child(4) {
  width: 3px;
  height: 100%;
  background: #404040;
}
.social li a span:nth-child(2) {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: bottom;
}
.social li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition: transform 0.5s;
}
.social li a span:nth-child(4) {
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: top;
}
.social li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}
.whatsapp:hover {
  color: #25d366;
}
.linkedin:hover {
  color: #0072b1;
}
.social .linkedin:hover span:nth-child(1) {
	background: #0072b1;
}
.social .linkedin:hover span:nth-child(3) {
	background: #0072b1;
}
.social .linkedin:hover span:nth-child(2) {
	background: #0072b1;
}
.social .linkedin:hover span:nth-child(4) {
	background: #0072b1;
}
.social .whatsapp:hover span:nth-child(1) {
	background: #25d366;
}
.social .whatsapp:hover span:nth-child(3) {
	background: #25d366;
}
.social .whatsapp:hover span:nth-child(2) {
	background: #25d366;
}
.social .whatsapp:hover span:nth-child(4) {
	background: #25d366;
}